SetChangeSet

interface SetChangeSet

This interface models the changes that can occur to a set.

Properties

deletions
Link copied to clipboard
abstract val deletions: Int
The number of entries that have been deleted in this version of the collection.
insertions
Link copied to clipboard
abstract val insertions: Int
The number of entries that have been inserted in this version of the collection.

Inheritors

UpdatedSet
Link copied to clipboard